Dockerfile vscode wsl - #27
Open
okatsn wants to merge 3 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
你好,在dockerfile-vscode-wsl分支裡,我寫了在容器裡建立LATEX環境的相關檔案,並寫了一份簡單的文件 (.devcontainer/README.md)。按照這份文件操作,可以直接在 TW_Thesis_Template 資料夾完成可編譯中英文LATEX樣板檔案的環境之建立,相關的VSCODE套件也會一併按照腳本設定好。之後,使用者以容器打開資料夾將可以直接編輯.tex檔案、存檔時自動進行編譯、並可於VSCODE分頁即時察看結果。
我認為這些工作會對以VSCODE編寫 LATEX文件的使用者帶來幫助。
若有其他建議或疏漏之處,望您提醒及不吝指教。謝謝。